home *** CD-ROM | disk | FTP | other *** search
/ New Masters of Flash / New Masters of Flash.iso / pc / MOVIES / 03.dir / 00114_Text_114.txt < prev    next >
Text File  |  2000-09-30  |  488b  |  9 lines

  1. To set the vertical position is a bit more difficult, the shadow is sliding up and down and simultaneously stretch larger and smaller.  Set the base Y position at 35 pixels (from the top) and subtract the sum of ΓÇÿy1ΓÇÖ multiplied by ΓÇö0.3.
  2.  
  3. Set Property ("/shadow", Y Position) = 35-(y1*-0.3)
  4.  
  5. The stretching-part is a bit like that too. Set the percentage of the Y-Scale at 180% and subtract the sum of ΓÇÿy1ΓÇÖ divided by 3. 
  6.  
  7. Set Property ("/shadow", Y Scale) = 180-(y1/3)
  8.  
  9.